home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREEDIAL / !FDInstall / FreeDial / Stacks / FreeNet / !OnLine < prev    next >
Text File  |  1996-04-12  |  424b  |  12 lines

  1. |
  2. | This script is called when the connection is established.
  3. | This script executes the commands required for any online session.
  4.  
  5. | Create an online timer and update the time-log
  6. <FreeDial$Dir>.SetTimer Inet$Timer
  7. If "<Inet$CallLog>" = "" Then Set Inet$CallLog InetDBase:^.logfile
  8. Echo <Sys$Date> <Sys$Year> <Sys$Time>, Online to <Inet$Phone> { >> <Inet$CallLog> }
  9.  
  10. | Show the !ShutDown icon
  11. Pin InetStack:!ShutDown 0 244
  12.